home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 103 / MacAddict_103_2005-03.iso / Software / Internet & Communication / Salling Clicker 2.2.dmg / SallingClicker.pkg / Contents / Resources / postflight < prev    next >
Encoding:
Text File  |  2004-07-19  |  265 b   |  9 lines

  1. #!/usr/bin/perl
  2.  
  3. $target = $ARGV[2];
  4.  
  5. # this is meant to force System Preferences to scan for the new prefPane
  6. system "/usr/bin/touch \"$target/Library/PreferencePanes\"";
  7. system "/usr/bin/touch \"$target/Library/PreferencePanes/Salling Clicker.prefPane\"";
  8.  
  9. exit 0